transmission: add syscalls to seccomp filter
authorLiangbin Lian <[email protected]>
Mon, 21 Apr 2025 06:19:19 +0000 (14:19 +0800)
committerDaniel Golle <[email protected]>
Mon, 21 Apr 2025 18:18:11 +0000 (19:18 +0100)
Add missing syscalls found with `/etc/init.d/transmission trace`.

fix crash on boot on x86_64 platform

Signed-off-by: Liangbin Lian <[email protected]>
net/transmission/Makefile
net/transmission/files/transmission-daemon.json

index f4ee60ea6a6cb69f2365937b271128eb5a611185..0974ba7d0bf4edfc189e4242099f7523e513ade7 100644 (file)
@@ -9,7 +9,7 @@ include $(TOPDIR)/rules.mk
 
 PKG_NAME:=transmission
 PKG_VERSION:=4.0.6
-PKG_RELEASE:=1
+PKG_RELEASE:=2
 
 PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.xz
 PKG_SOURCE_URL:=https://github.com/transmission/transmission/releases/download/$(PKG_VERSION)/
index d4125103daee94c71f1b5abf829f118b43ccc51d..77e0cc41309dfe26d34a4a1e894da02da2fbb022 100644 (file)
                                "fsync",
                                "futex",
                                "getdents64",
+                               "getegid",
                                "getegid32",
                                "getenv",
+                               "geteuid",
                                "geteuid32",
+                               "getgid",
                                "getgid32",
                                "getpeername",
                                "getpid",